Close
dtSearch Engine API for .NET Framework 2.x-4.x 2023.02
SearchFilter::SelectItems Method (long, array<int> ^, bool)

Set the selection state of an array of document ids to the selection state indicated by fSelected.

public void SelectItems( long whichIndex, ref array<int> docIds, bool isSelected );
Parameters
Description
whichIndex
Integer identifying the index in this SearchFilter (obtained from AddIndex)
docIds
Array of document ids to select.
isSelected
Selection state to assign to the documents in the array.